.m_footer {
    width: 100%;
    margin-top: 0.6rem;
    background-color: #024dc0;
    color: #eee;
    display: none;
    position: relative;
}

@media screen and (max-width: 600px) {
    .m_footer {
        display: block;
    }
}

.m_footer_top {
    margin: 0 0.7rem;
    border-bottom: 1px solid #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
}

.m_footer_top p {
    font-size: 0.63rem;
    font-weight: bold;
}

.m_footer_top svg {
    width: 0.8rem;
    height: 0.8rem;
}

.m_footer_middle {
    margin: 0 0.7rem;
    border-bottom: 1px solid #999;
    padding: 1rem 0 0.3rem 0;
}

.m_footer_middle_B{
    display: flex;
    /* justify-content: space-between; */
    /* gap: 1rem; */
    align-items: center;
}

.m_footer_middle_box {
    flex: 1;
    margin-bottom: 0.5rem;
}

.m_footer_middle_box_content {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.m_footer_middle_box_content p {
    font-size: 0.6rem;
    color: #cacaca;
}

.m_footer_middle_box_content svg {
    width: 0.9rem;
    height: 0.9rem;
    fill: #cacaca;
}

.m_footer_middle_box_bottom {
    margin: 0.3rem 0 0 1.1rem;
}

.m_footer_middle_box_bottom img {
    width: 2.2rem;
}

.m_footer_middle_box_phone {
    font-size: 0.6rem;
    /* font-weight: bold; */
}

.m_footer_middle_box_email {
    font-size: 0.6rem;
    /* color: #cacaca; */
}

.m_footer_bottom {
    margin: 0 0.7rem;
    padding: 0.7rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.m_footer_bottom p,
.m_footer_bottom a {
    font-size: 0.49rem;
    color: #cacaca;
}